home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: ChangeScreenBuffer()
- Date: 24 Feb 1996 04:19:29 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4gm3kh$8lk@sunsystem5.informatik.tu-muenchen.de>
- References: <4gl1e7$r6s@oreig.uji.es>
- NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jorge Acereda Macia (ii202@rossegat.uji.es) wrote:
- : Hi!
-
- : Is this busy-waiting?
-
- : while(NULL==ChangeScreenBuffer(DBScreen, Bitmap[CurrBuf])) ;
-
- : How can I handle this? Doing WaitTOF() each time ChangeScreenBuffer
- : fails?
-
- if the function returns NULL, you're busywaiting...
- waittof might not be the right routine in combination with this
- function, see "no waittof on cybergraphx"... :\
-
- : Thanks in advance,
- : --
- : ---------------------------- --------------------------------------------
- : | Jorge Acereda | Dream the same thing everynight |
- : | ii202@rossegat.uji.es | I see our freedom in my sight |
- : | Intel Outside | No locked doors, no windows barred |
- : | Amiga Rules | No things to make my brain seem scarred |
- : ---------------------------- --------------------------------------------
-